Grahaprime HTML Template Documentation

Created by Occident Sential
Dark

Getting Started

Thank you for purchasing Grahaprime HTML Template. This documentation will guide you through setup, customization, and deployment. Please read carefully before making modifications.

Requirements

Installation

  1. Unzip the package grahaprime.zip.
  2. Locate the homepage-1.html file and open it in your browser to verify.
  3. Upload all template files to your web server (e.g., public_html/).
  4. Ensure assets/ folder remains in the root directory as it contains CSS, JS, and image files.

File Structure

The template contains the following main directories:

    grahaprime/
    ├── homepage-1.html
    ├── homepage-2.html
    ├── homepage-3.html
    ├── about-us.html
    ├── contact.html
    ├── faqs.html
    ├── pricing.html
    ├── our-team.html
    ├── project-style-1.html
    ├── ...
    └── assets/
        ├── css/
        │   ├── style.css
        │   ├── vendor/
        │   └── rtmicons.css
        ├── fonts/
        │   └── fontawesome/
        ├── js/
        │   ├── main.js
        │   └── vendor/
        └── images/

      

Customization

Example: Changing Theme Colors

/* style.css */
body { background-color: #ffffff; color: #333333; }
.btn-primary { background:#0066ff; border-color:#0066ff; }

Example: Adding New Navigation Link


<ul class="nav">
  <li><a href="about-us.html">About Us</a></li>
  <li><a href="contact.html">Contact</a></li>
  <li><a href="careers.html">Careers</a></li>
</ul>

Adding New Sections

<section class="section">
  <div class="container">
    <h1>New Section</h1>
  </div>
</section>

Troubleshooting

Tips & Best Practices

Performance Optimization

SEO Best Practices

Accessibility

Deployment Guide

Maintenance Tips

FAQ

Why are images not included?

For licensing reasons, demo images are replaced with placeholders. You can use your own images.

How do I update the template?

Download the latest version, replace updated files, and check the changelog for modifications.

Do you provide support?

Yes, support is available via Envato profile contact page.

Credits & Sources

Support

If you have any questions, please contact us via our Envato profile page. Support includes bug fixes and guidance on using the template.

Changelog

v1.0.0 - Initial release with 3 homepages, 10+ inner pages, and modern components.